Skip to main content
DELETE
/
api
/
v2
/
note
/
{note_id}
/
attribute
/
{api_name}
/
{item_id}
Remove a sub-resource item (unsupported api_name -> 400)
curl --request DELETE \
  --url https://api.example.com/api/v2/note/{note_id}/attribute/{api_name}/{item_id} \
  --header 'Authorization: Bearer <token>'
{
  "status_code": 123,
  "error_type": "<string>",
  "code": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Reevo API key passed as Authorization: Bearer <api-key>.

Path Parameters

note_id
string<uuid>
required
api_name
string
required
item_id
string<uuid>
required

Response

Successful Response